home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 4890 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  916 b 

  1. Path: hpwin055.uksr!news
  2. From: Chris Smith <chris-pso_smith@hp-unitedkingdom.om8.om.hp.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Custom control using MFC Sockets in VC++ 1.52
  5. Date: 1 Feb 1996 13:15:05 GMT
  6. Organization: Hewlett-Packard
  7. Message-ID: <4eqecp$ljp@hpwin055.uksr.hp.com>
  8. NNTP-Posting-Host: hppina23.uksr.hp.com
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 1.2N (Windows; I; 16bit)
  13.  
  14. I'm trying to create a 16 bit custom control using the MFC Windows Sockets classes.
  15.  
  16. There appears to be no support for this in a custom control (_AFXCTL defined) when 
  17. using VC++ 1.52.  I would like to use the DLL version of MFC, ie. the DLLs oc25.dll, 
  18. ocd25.dll etc.  Unfortunately, there is no ocn25.dll shipped with the OLE Controls 
  19. SDK for VC++ 1.52 (MFC version 2.53).
  20.  
  21. I have attempted to build an ocn25.dll without much success!
  22.  
  23. Can anyone help!!!
  24.  
  25.